home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WORDMISC / WRITTOOL.LZH / CAL.DOC < prev    next >
Text File  |  1986-12-20  |  624b  |  22 lines

  1. -------------------------------------------------------------------------------
  2.  CAL
  3. -------------------------------------------------------------------------------
  4. Summary:
  5.  
  6.      cal [<month> <year.}
  7.  
  8. CAL displays a calendar for the month and year specified.  If no month/year
  9. is specified, CAL displays a calendar for the current month.
  10.  
  11. Examples:
  12.  
  13. Display a calendar for July, 1954.
  14.  
  15.      cal 7 1954
  16.  
  17. Display this month's calendar.  Note:  Since CAL uses a DOS system call for 
  18. this date information, the system calendar must be current.  See your DOS
  19. documentation about the DATE command.
  20.  
  21.      cal
  22.